- mrb_debug_get_filename
const(char)* mrb_debug_get_filename(mrb_irep* irep, uint pc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_debug_get_line
int mrb_debug_get_line(mrb_irep* irep, uint pc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_debug_info_alloc
mrb_irep_debug_info* mrb_debug_info_alloc(mrb_state* mrb, mrb_irep* irep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_debug_info_append_file
mrb_irep_debug_info_file* mrb_debug_info_append_file(mrb_state* mrb, mrb_irep* irep, uint start_pos, uint end_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mrb_debug_info_free
void mrb_debug_info_free(mrb_state* mrb, mrb_irep_debug_info* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.